github.com/jackc/pgx/v5/pgtype.scanPlanTextAnyToDateScanner.Scan (method, view implemented interface methods)

2 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		date.go#L53: 		return scanPlanTextAnyToDateScanner{}.Scan([]byte(src), dst)
		date.go#L273: func (scanPlanTextAnyToDateScanner) Scan(src []byte, dst any) error {